home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Educational-Tools / home.exe / HomeWork.exe / 0 / RCDATA / TPASSWORDDLG / TPASSWORDDLG.txt
Text File  |  1998-07-12  |  2KB  |  81 lines

  1. object PasswordDlg: TPasswordDlg
  2.   Left = 236
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'Teacher'#39's Password'
  6.   ClientHeight = 117
  7.   ClientWidth = 229
  8.   ParentFont = True
  9.   FormStyle = fsStayOnTop
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object EnterLabel: TLabel
  13.     Left = 8
  14.     Top = 9
  15.     Width = 76
  16.     Height = 13
  17.     Caption = 'Enter password:'
  18.   end
  19.   object ConfirmLabel: TLabel
  20.     Left = 128
  21.     Top = 8
  22.     Width = 84
  23.     Height = 13
  24.     Caption = 'Confirm Password'
  25.     Visible = False
  26.   end
  27.   object NoMatch: TLabel
  28.     Left = 8
  29.     Top = 64
  30.     Width = 203
  31.     Height = 16
  32.     Caption = 'Passwords do not match, try again'
  33.     Font.Charset = DEFAULT_CHARSET
  34.     Font.Color = clRed
  35.     Font.Height = -13
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     Visible = False
  40.   end
  41.   object PasswordEdit: TEdit
  42.     Left = 8
  43.     Top = 32
  44.     Width = 89
  45.     Height = 21
  46.     PasswordChar = '*'
  47.     TabOrder = 0
  48.   end
  49.   object OKBtn: TButton
  50.     Left = 30
  51.     Top = 83
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'OK'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.     OnClick = OKBtnClick
  59.   end
  60.   object CancelBtn: TButton
  61.     Left = 118
  62.     Top = 83
  63.     Width = 75
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.     OnClick = CancelBtnClick
  70.   end
  71.   object ConfirmEdit: TEdit
  72.     Left = 128
  73.     Top = 32
  74.     Width = 89
  75.     Height = 21
  76.     PasswordChar = '*'
  77.     TabOrder = 1
  78.     Visible = False
  79.   end
  80. end
  81.